home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / RegCleaner.exe / 0 / RCDATA / TSCANPROGRESSFORM / TSCANPROGRESSFORM.txt
Text File  |  2008-10-30  |  5KB  |  213 lines

  1. object ScanProgressForm: TScanProgressForm
  2.   Left = 213
  3.   Top = 212
  4.   Width = 645
  5.   Height = 430
  6.   Caption = 'ScanProgressForm'
  7.   Color = clWhite
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object pnMain: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 637
  23.     Height = 396
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     Caption = 'pnMain'
  27.     TabOrder = 0
  28.     object pnBackground: TAxBackgroundPanel
  29.       Left = 0
  30.       Top = 0
  31.       Width = 637
  32.       Height = 396
  33.       Color = clWhite
  34.       Align = alClient
  35.       DoubleBuffered = True
  36.       ParentColor = False
  37.       TabOrder = 0
  38.       OnResize = pnBackgroundResize
  39.       DesignSize = (
  40.         637
  41.         396)
  42.       object imgWatermarkPage: TImage
  43.         Left = 288
  44.         Top = 269
  45.         Width = 349
  46.         Height = 127
  47.         Anchors = [akRight, akBottom]
  48.         AutoSize = True
  49.         Transparent = True
  50.       end
  51.       object Label1: TLabel
  52.         Left = 32
  53.         Top = 360
  54.         Width = 599
  55.         Height = 16
  56.         Anchors = [akLeft, akBottom]
  57.         AutoSize = False
  58.         Caption = 'Click Stop if you wish to stop the scan and view the results'
  59.         Transparent = True
  60.       end
  61.       object Label2: TLabel
  62.         Left = 32
  63.         Top = 64
  64.         Width = 561
  65.         Height = 61
  66.         Anchors = [akLeft, akTop, akRight]
  67.         AutoSize = False
  68.         Caption = 
  69.           'Registry Cleaner is now scanning the registry on your computer. ' +
  70.           'All errors detected will be presented to you. You will then be a' +
  71.           'ble to choose which errors should be fixed and which should not ' +
  72.           'be modified'
  73.         WordWrap = True
  74.       end
  75.       object Label3: TLabel
  76.         Left = 32
  77.         Top = 234
  78.         Width = 112
  79.         Height = 16
  80.         Caption = 'Elapsed scan time:'
  81.       end
  82.       object Label4: TLabel
  83.         Left = 32
  84.         Top = 258
  85.         Width = 121
  86.         Height = 16
  87.         Caption = 'Total items scanned:'
  88.       end
  89.       object Label5: TLabel
  90.         Left = 32
  91.         Top = 282
  92.         Width = 100
  93.         Height = 16
  94.         Caption = 'Errors detected:'
  95.         Font.Charset = DEFAULT_CHARSET
  96.         Font.Color = clWindowText
  97.         Font.Height = -13
  98.         Font.Name = 'Arial'
  99.         Font.Style = [fsBold]
  100.         ParentFont = False
  101.       end
  102.       object lblCurrentCategory: TLabel
  103.         Left = 32
  104.         Top = 138
  105.         Width = 557
  106.         Height = 16
  107.         Anchors = [akLeft, akTop, akRight]
  108.         AutoSize = False
  109.         Caption = 'Searching category'
  110.         ShowAccelChar = False
  111.       end
  112.       object lblElapsedTime: TLabel
  113.         Left = 160
  114.         Top = 234
  115.         Width = 100
  116.         Height = 15
  117.         Alignment = taRightJustify
  118.         AutoSize = False
  119.         Caption = '21 sec'
  120.       end
  121.       object lblErrorsCount: TLabel
  122.         Left = 200
  123.         Top = 282
  124.         Width = 60
  125.         Height = 15
  126.         Alignment = taRightJustify
  127.         AutoSize = False
  128.         Caption = '0'
  129.         Font.Charset = DEFAULT_CHARSET
  130.         Font.Color = clWindowText
  131.         Font.Height = -13
  132.         Font.Name = 'Arial'
  133.         Font.Style = [fsBold]
  134.         ParentFont = False
  135.       end
  136.       object lblScanPath: TAxFitTextLabel
  137.         Left = 32
  138.         Top = 160
  139.         Width = 557
  140.         Height = 16
  141.         Anchors = [akLeft, akTop, akRight]
  142.         AutoSize = False
  143.         Caption = 'HKCU\Software\Microsoft\Windows\CurrentVersion\Run'
  144.         FitStyle = flsPathEllipsis
  145.       end
  146.       object lblTotalItemsScanned: TLabel
  147.         Left = 200
  148.         Top = 258
  149.         Width = 60
  150.         Height = 15
  151.         Alignment = taRightJustify
  152.         AutoSize = False
  153.         Caption = '23,901'
  154.       end
  155.       object lblWelcomeToDefrag: TAxLabel
  156.         Left = 32
  157.         Top = 16
  158.         Width = 561
  159.         Height = 33
  160.         WordWrap = False
  161.         Quality = smMMXSmoothing4x
  162.         Transparent = False
  163.         AutoSize = False
  164.         Caption = 'Registry search is in progress'
  165.         Font.Charset = DEFAULT_CHARSET
  166.         Font.Color = 10040064
  167.         Font.Height = -16
  168.         Font.Name = 'Verdana'
  169.         Font.Style = []
  170.         ShowAccelChar = True
  171.         ParentFont = False
  172.       end
  173.       object btnStop: TButton
  174.         Left = 497
  175.         Top = 208
  176.         Width = 99
  177.         Height = 25
  178.         Anchors = [akTop, akRight]
  179.         Caption = '&Stop'
  180.         TabOrder = 1
  181.         OnClick = btnStopClick
  182.       end
  183.       object btnSuspend: TButton
  184.         Left = 392
  185.         Top = 208
  186.         Width = 99
  187.         Height = 25
  188.         Anchors = [akTop, akRight]
  189.         Caption = '&Pause'
  190.         TabOrder = 0
  191.         OnClick = btnSuspendClick
  192.       end
  193.       object pbScanProgress: TProgressBar
  194.         Left = 32
  195.         Top = 183
  196.         Width = 565
  197.         Height = 18
  198.         Anchors = [akLeft, akTop, akRight]
  199.         Position = 10
  200.         Smooth = True
  201.         TabOrder = 2
  202.       end
  203.     end
  204.   end
  205.   object tmrProgress: TTimer
  206.     Enabled = False
  207.     Interval = 50
  208.     OnTimer = tmrProgressTimer
  209.     Left = 24
  210.     Top = 320
  211.   end
  212. end
  213.